ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemsSourceAction Property

In This Topic
    ItemsSourceAction Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the action name for data.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceAction As String
    public virtual string ItemsSourceAction {get; set;}
    See Also